Pet Store Web Service
Pet Store Web Service
Description

This Document! X sample has been created to illustrate documentation of a REST web service. The web service used for this sample is for a pet store, and includes methods to manage users and pets.

See the Introduction topic for more information.

Everything about your Pets
PostaddPet
Add a new pet to the store
DeletedeletePet
Deletes a pet
GetfindPetsByStatus
Finds Pets by status
GetfindPetsByTags
Finds Pets by tags
GetgetPetById
Find pet by ID
PutupdatePet
Update an existing pet
PostupdatePetWithForm
Updates a pet in the store with form data
PostuploadFile
uploads an image
Access to Petstore orders
DeletedeleteOrder
Delete purchase order by ID
GetgetInventory
Returns pet inventories by status
GetgetOrderById
Find purchase order by ID
PostplaceOrder
Place an order for a pet
Operations about user
PostcreateUser
Create user
PostcreateUsersWithArrayInput
Creates list of users with given input array
PostcreateUsersWithListInput
Creates list of users with given input array
DeletedeleteUser
Delete user
GetgetUserByName
Get user by user name
GetloginUser
Logs user into the system
GetlogoutUser
Logs out current logged in user session
PutupdateUser
Updated user
Json Schemas
Represents an individual order.
Pet Category.
Represents an individual user.
Tag, used to identify Pets.
Represents a single Pet in the Store.
Represents an Api Response